Loupe - Log - Monitor - Resolve
Loupe.Agent.Core.Services Namespace / ILoupeAgentBuilder Interface / AddApplicationUserProvider Method / AddApplicationUserProvider(Func<IPrincipal,Lazy<ApplicationUser>,Boolean>) Method

In This Topic
    AddApplicationUserProvider(Func<IPrincipal,Lazy<ApplicationUser>,Boolean>) Method
    In This Topic
    Specify the Application User Provider function for the current application.
    Syntax
    'Declaration
     
    
    Overloads Function AddApplicationUserProvider( _
       ByVal func As Func(Of IPrincipal,Lazy(Of ApplicationUser),Boolean) _
    ) As ILoupeAgentBuilder

    Parameters

    func

    Return Value

    The builder instance.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also